home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperModels in the Rainforest
/
SuperModels in the Rainforest.iso
/
rain.dxr
/
00026_Girl Video Button Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-13
|
294 b
|
17 lines
on mouseDown
global gbVideoUp
set gbVideoUp to 1
set the visible of sprite 17 to 1
buttonLogic()
if the result = 1 then
puppetSprite(2, 0)
if the machineType = 256 then
sound stop 1
sound stop 2
else
rainfade()
end if
end if
bGetGirlVideo(1)
end